﻿
a[href^="tel"] {
    color:#333;
}
.index-nav, .index-search, .foot_menu, .index-one-nav {
    display: none;
}
    .index-one-nav{
        flex-wrap:wrap;
        
    }
        .index-one-nav a {
            width: calc(50% - 4px);
            text-align: center;
            color: #333;
            font-size: 14px;
            padding: 3px;
            border: 1px solid #d1d1d1;
            margin: 2px;
            height: 100%;
        }
        /*NewsDetail*/
        .UList-box {
            display: none;
        }
.nei-banner {
    width: 100%;
    position: relative;
}
    .nei-banner .img{
        height:400px;
        overflow:hidden;
    }
    .nei-banner .img img {
        width: 100%;
        height:100%;
        object-fit:cover;
    }

    .nei-banner .text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*    background-color: rgba(0,0,0,.3);*/
    }

        .nei-banner .text .container {
            height: 100%;
        }

    .nei-banner .texts {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 5%;
    }

    .nei-banner .text p {
        font-size: 18px;
        color: #FFFFFF;
    }

    .nei-banner .text h3 {
        font-size: 48px;
        color: #fff;
        font-weight: bold;
        margin-top: 15px;
    }

.bx-mb-nav {
    line-height: 1;
    margin-top: 60px;
    border-bottom: 0;
}

    .bx-mb-nav p {
        font-size: 18px;
        color: #707070;
        line-height: 1;
    }

    .bx-mb-nav i {
        font-size: 20px;
    }

    .bx-mb-nav a:hover {
        color: #008dce;
    }



.NewsDetail001-title {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFDFDF;
}

    .NewsDetail001-title h3 {
        font-size: 28px;
        color: #333;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.TurnPages {
    display: flex;
    justify-content: space-between;
}

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 16px;
        color: #000;
    }

        .TurnPages a:hover {
            color: #008dce;
        }

@media screen and (max-width: 1000px) {
    .nei-banner .img {
        height: 200px;
    }

        .nei-banner .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    .nei-banner .text p{
        font-size:14px;
    }
    .nei-banner .text h3 {
        font-size: 20px;
        margin-top: 5px;
    }

    .bx-mb-nav {
        margin-top: 20px;
    }

        .bx-mb-nav p {
            font-size: 16px;
        }

    .NewsDetail001-title h3 {
        font-size: 20px;
    }

    .tit_bar .text {
        margin: 5px 3%;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

        .TurnPages p {
            width: 100%;
            text-align: left !important;
            margin: 5px 0;
        }

            .TurnPages p a {
                font-size: 14px;
            }
}
@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header {
    position:sticky;
    top:0;
    left:0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    transition: all 0.5s;
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(255,255,255,.3);
    background-color:#fff;
}

    .header.active {
        background-color: #fff;
    }

        .header.active .bx-header001 .bx-nav ul li a {
            color: #333;
        }

        .header.active .bx-yuyan .yy i {
            color: #333;
        }

.bx-yuyan {
    position: relative;
    padding-left: 40px;
}

    .bx-yuyan .yy {
        cursor: pointer;
        padding-right: 8px;
    }

        .bx-yuyan .yy img {
            display: inline-block;
            margin-right: 10px;
        }

        .bx-yuyan .yy i {
            display: inline-block;
            color: #333;
            font-size: 18px;
            line-height: 1;
            vertical-align: middle;
        }

        .bx-yuyan .yy .img-a {
            width: 36px;
        }

.bx-yuyan-xl {
    position: absolute;
    width: 110px;
    top: 70px;
    right: 0;
    background-color: #fff;
    padding: 5px 5px;
    display: none;
    z-index: 5;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}

.bx-yuyan:hover .bx-yuyan-xl {
    display: block;
}

.bx-yuyan-xl a {
    display: block;
    line-height: 36px;
    font-size: 14px;
}

    .bx-yuyan-xl a:hover {
        color: #EE6B00;
    }

.bx-yuyan-xl img {
    width: 36px;
    height: 24px;
}

.bx-header001 {
    height: 100px;
    line-height: 100px;
    position: relative
}

    .bx-header001 .bx-logo {
        max-height: 100px
    }

        .bx-header001 .bx-logo img {
            max-height: 50px;
        }

            .bx-header001 .bx-logo img:nth-child(2) {
                display: none;
            }

.active .bx-header001 .bx-logo img:nth-child(2) {
    display: inline-block;
}

.active .bx-header001 .bx-logo img:nth-child(1) {
    display: none;
}

.bx-header001 .bx-nav ul li {
    position: relative;
    float: left;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    z-index: 600;
    padding: 0 0px;
}

    .bx-header001 .bx-nav ul li .bx-nav-fd {
        display: none;
        position: absolute;
        top: 100px;
        left: 50%;
        line-height: 30px;
        width: 220px;
        background-color: #ffffff;
        z-index: 600;
        transform: translate(-50%,0);
    }

        .bx-header001 .bx-nav ul li .bx-nav-fd a {
            padding: 5px 5px;
            color: #333;
            font-size: 16px;
        }

    .bx-header001 .bx-nav ul li a {
        display: block;
        padding: 0 20px;
        color: #333;
    }

.bx-header001 .bx-navigation {
    display: none;
    margin-left: 10px;
}

.bx-header001 .bx-nav ul li a:hover,
.bx-header001 .bx-nav ul li a.active {
    color: #EE6B00;
}

.active .bx-header001 .bx-nav ul li a:hover,
.active .bx-header001 .bx-nav ul li a.active {
    color: #EE6B00;
    font-weight: bold;
}

.bx-navigation {
    display: none;
}

.bx-nav-dh {
    font-size: 18px;
    color: #EE6B00;
    margin-left: 15px;
    font-weight:bold;
}

    .bx-nav-dh i {
        font-size: 20px;
    }

.active .bx-nav-dh {
    color: #333;
}
.nav-hide{
    display:none;
}

.bx-search {
    position: relative;
    margin-left: 20px;
}

    .bx-search input {
        height: 32px;
        background-color: transparent;
        outline: none;
        border: none;
        border: 2px solid #E5E5E5;
        padding-left: 40px;
        font-size: 14px;
        color: #333;
        width: 200px;
        border-radius:30px;
    }

    .bx-search span {
        position: absolute;
        left: 15px;
        top: 52%;
        transform: translate(0,-50%);
        font-size: 20px;
        color: #626262;
    }

@media (max-width: 1600px) {
    .bx-header001 {
        height: 80px;
        line-height: 80px;
    }

        .bx-header001 .bx-nav ul li {
            line-height: 80px;
        }

        .bx-header001 .bx-nav ul li {
            font-size: 18px;
        }

            .bx-header001 .bx-nav ul li a {
                padding: 0 10px;
            }

            .bx-header001 .bx-nav ul li .bx-nav-fd {
                top: 80px;
            }

    .bx-nav-dh {
        margin-left: 20px;
    }

    .bx-yuyan {
        padding-left: 20px;
    }
    .bx-nav-dh{
        font-size:16px;
    }
    .bx-search input{
        width:160px;
    }
    .bx-header001 .bx-logo img{
        max-height:40px;
    }
}

@media (max-width: 1300px) {
    .bx-header001 .bx-nav ul li a {
        padding: 0 15px;
    }
}

@media (max-width: 1000px) {
    .bx-nav-dh{
        font-size:14px;
        margin-left:10px;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd {
        display: none !important;
    }

    .bx-header001 .bx-logo {
        height: 50px;
    }
    .bx-nav-dh i{
        font-size:16px;
    }

    .bx-header001 {
        height: 60px;
        line-height: 60px;
    }

        .bx-header001 .bx-logo img {
            max-height: 30px;
        }

        .bx-header001 .bx-nav {
            display: none;
            position: absolute;
            top: 60px;
            z-index: 500;
            right: 0;
            z-index: 600;
            width: 100%;
            background-color: #fff;
        }

            .bx-header001 .bx-nav ul li {
                line-height: 35px;
                text-align: left;
                float: none;
                font-size:14px;
            }

                .bx-header001 .bx-nav ul li i {
                    display: block;
                    width: 12px;
                    height: 12px;
                    color: #333;
                    transition: color .25s;
                    position: absolute;
                    right: 10px;
                    top: 18px;
                }

                    .bx-header001 .bx-nav ul li i::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 50%;
                        width: 100%;
                        height: 2px;
                        background-color: #333;
                        transform: translate(0,-50%);
                    }

                    .bx-header001 .bx-nav ul li i::after {
                        content: '';
                        position: absolute;
                        left: 50%;
                        top: 0;
                        width: 2px;
                        height: 100%;
                        background-color: #333;
                        transform: translate(-50%,0);
                    }

                .bx-header001 .bx-nav ul li a {
                    padding: 0 10px;
                    color: #333;
                    text-align: center;
                }

        .bx-header001 .bx-navigation {
            display: block;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: relative;
            top: 0px;
        }

    .bx-navigation {
        display: block;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 30px;
    }

    .hamburger {
        margin-top: 18px;
    }

        .hamburger .line {
            width: 35px;
            height: 3px;
            background-color: #333;
            display: block;
            margin: 8px auto;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .hamburger:hover {
            cursor: pointer;
        }

    .active .hamburger .line {
        background-color: #333;
    }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
        -o-transform: translateY(13px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .bx-header001 .bx-nav ul li a:hover, .bx-header001 .bx-nav ul li a.active {
        color: #EE8237 !important;
    }
}



.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 400px;
}
.banner .swiper-pagination {
    bottom: 50px;
}
.banner .swiper-pagination-bullet {
    background-color: #fff;
    width: 40px;
    height: 5px;
    border-radius: 0;
}
.bx-siteMAbout006{
    margin-top:100px;
    margin-bottom:120px;
}
.bx-siteMAbout006-item {
    display: flex;
    justify-content: space-around;
    box-shadow:5px 5px 10px rgba(0,75,147,0.05)
}

    .bx-siteMAbout006-item .text, .bx-siteMAbout006-item .img {
        width: 50%;
    }

    .bx-siteMAbout006-item .text {
        padding:60px 50px;
    }

        .bx-siteMAbout006-item .text > h3 {
            font-size: 36px;
            color: #333;
            position: relative;
            padding-bottom: 15px;
        }

            .bx-siteMAbout006-item .text > h3::before {
                content: "";
                display: block;
                width: 140px;
                height: 5px;
                background-color: #EE6B00;
                position: absolute;
                bottom: 0;
                left: 0;
            }

        .bx-siteMAbout006-item .text ul {
            margin-top: 50px;
        }

            .bx-siteMAbout006-item .text ul li {
                margin: 20px 0;
            }

            .bx-siteMAbout006-item .text ul .ListBox p {
                font-size: 16px;
                color: #000000;
                line-height: 28px;
            }

    .bx-siteMAbout006-item .img img, .bx-siteMAbout006-item .img iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media screen and (max-width: 1500px) {
    .bx-siteMAbout006-item .text > h3 {
        font-size: 35px;
    }

    .bx-siteMAbout006-item .text ul {
        margin-top: 30px;
    }

        .bx-siteMAbout006-item .text ul li {
            margin: 10px 0;
        }
}

@media screen and (max-width: 1200px) {
    .bx-siteMAbout006-item .text > h3 {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .bx-siteMAbout006-item .text ul .ListBox p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteMAbout006-item {
        flex-direction: column;
    }

        .bx-siteMAbout006-item .text, .bx-siteMAbout006-item .img {
            width: 100%;
        }

        .bx-siteMAbout006-item .text {
            padding:0;
        }
            .bx-siteMAbout006-item .text > h3::before{
                width:100px;
            }

            .bx-siteMAbout006-item .text > h3 {
                font-size: 20px;
            }

            .bx-siteMAbout006-item .text ul {
                margin-top: 0;
            }

        .bx-siteMAbout006-item .img {
            margin-top: 20px;
        }
}


.footer {
    background: #292929;
}
.footer-item{
    padding:0 100px;
}
.footer-item-top {
    padding: 50px 0;
}

.footer-item-bottom {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255,0.15);
    color: rgba(255,255,255,.5);
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid rgba(255,255,255,.5);
}

    .footer-item-bottom a {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255,255,255,.5);
    }
        .footer-item-bottom a:hover{
            color:#fff;
        }

        .footer-item {
            display: flex;
            justify-content: space-between;
        }

    .footer-item .footer-logo {
        width: 165px;
    }

.footer-center {
    width: calc(100% - 200px);
}

    .footer-center ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

        .footer-center ul li {
            margin-left: 2%;
        }

            .footer-center ul li:nth-last-child(1) {
                width: 45%;
            }

            .footer-center ul li h3, .footer-right h3 {
                color: #EFEFEF;
                font-family: 微软雅黑;
                font-size: 18px;
                line-height: 26px;
                margin-bottom: 17px;
            }

            .footer-center ul li p, .footer-center ul li a {
                display: block;
                color: rgba(255,255,255,.5);
                font-family: 微软雅黑;
                font-size: 16px;
                font-weight: 400;
                line-height: 28px;
            }

                .footer-center ul li a:hover {
                    color: #EE6B00;
                }

.footer-right {
    width: 100px;
}

    .footer-right p {
        text-align: center;
        font-size: 18px;
        color: #FFFFFF;
        margin-bottom:10px;
    }
    .footer-right img{
        width:100%;
    }

    .footer-right .footer-right-icon a {
        display: inline-block;
        width: 40px;
        margin-right: 10px;
    }


.nei-title {
    text-align: center;
    font-size: 28px;
    color: #000000;
}

.News-item {
    margin:80px 0;
}

    .News-item ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
        margin-top:40px;
    }

        .News-item ul li {
            width: 33.33%;
            padding: 0 20px;
            margin-bottom: 20px;
        }

.News-list {
    display: block;
}

    .News-list .img {
        width: 100%;
        height: 0px;
        overflow: hidden;
        padding-bottom: 68%;
        position: relative;
    }

        .News-list .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.5s;
        }

    .News-list .text {
        padding: 20px 0;
    }

        .News-list .text h3 {
            font-size: 20px;
            color: #000000;
        }

        .News-list .text p {
            font-size: 16px;
            color: #626262;
            margin-top: 10px;
        }

        .News-list .text .bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px;
        }

            .News-list .text .bottom span {
                font-size: 16px;
                color: #333;
            }

            .News-list .text .bottom small {
                font-size: 18px;
                color: #B2B2B2;
            }

                .News-list .text .bottom small i {
                    font-size: 28px;
                    font-style: normal;
                }



    .News-list:hover .text h3 {
        color: #EE6B00;
    }

.new-detail {
    margin: 80px 0;
}

.new-detail-item {
    display: flex;
    justify-content: space-between;
}

    .new-detail-item .new-detail-left {
        width: calc(100% - 390px);
        background-color: #fff;
    }

.new-detail-right {
    width: 330px;
}

    .new-detail-right .title {
        font-size: 28px;
        color: #000000;
    }


    .new-detail-right ul li {
        border-bottom: 1px solid #E5E5E5;
    }

        .new-detail-right ul li .text h3 {
            font-size: 20px;
        }

        .new-detail-right ul li .text p {
            font-size: 16px;
            margin-top: 10px;
        }
.Download-item {
    margin: 100px 0;
    margin-top: 50px;
}
    .Download-item ul{
        margin-top:40px;
    }
    .Download-item ul li {
        margin-bottom: 30px;
    }

.Download-item-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 50px;
    background-color: #fff;
    transition: all 0.3s;
    box-shadow: 5px 5px 10px rgba(0,75,147,0.05);
}

    .Download-item-list .right span {
        font-size: 16px;
        color: #AEAEAE;
    }

    .Download-item-list .right a {
        display: inline-block;
        margin-left: 60px;
        width: 44px;
        height: 44px;
        border: 1px solid #DDDDDD;
        border-radius: 50%;
        line-height: 44px;
        text-align: center;
    }

        .Download-item-list .right a i {
            color: #999999;
        }

    .Download-item-list .left {
        width: 80%;
        padding-left: 40px;
        position: relative;
        color: #000000;
    }

        .Download-item-list .left i {
            font-size: 25px;
            position: absolute;
            left: 0;
            top: -8px;
        }

        .Download-item-list .left h3 {
            font-weight: 400;
            font-size: 20px;
        }

    .Download-item-list:hover {
        background-color: #EE6B00;
    }

        .Download-item-list:hover .left {
            color: #fff;
        }

        .Download-item-list:hover .right span {
            color: #fff;
        }

        .Download-item-list:hover .right a {
            border-color: #fff;
            background-color: #fff;
        }

            .Download-item-list:hover .right a i {
                color: #EE6B00;
            }
.nei{
    margin:80px 0;
}
.nei-item {
    display: flex;
    justify-content: space-between;
    align-items: normal;
}
.nei-item-left{
    width:320px;
}
.nei-item-right{
    width:calc(100% - 350px);
}
.nei-case .top {
    background-color: #007EDB;
    padding:20px 30px;
}
    .nei-case .top h3 {
        font-size: 24px;
        color: #FFFFFF;
        font-weight:bold;
    }
    .nei-case .top p {
        font-size: 16px;
        color: #FFFFFF;
        margin-top:5px;
        line-height:1;
    }
.horseracelamp {
    height: 400px;
    border: 1px solid #DFDFDF;
    padding: 10px 0;
}

    .nei-case ul li a {
        display: block;
        padding: 10px 30px;
        font-size: 16px;
        color: #888888;
        padding-left:45px;
        position:relative;
        line-height:1.3;
    }
        .nei-case ul li a:hover, .nei-case ul li a.active{
            color: #EE6B00;
        }
        .nei-case ul li a::before {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            background-color: #888888;
            border-radius: 50%;
            position: absolute;
            left: 30px;
            top: 18px;
        }
        .nei-case ul li a:hover::before, .nei-case ul li a:hover::before {
            background-color: #EE6B00;
        }
.case-item ul{
    display:flex;
    margin:0 -15px;
    flex-wrap:wrap;
}
.case-item ul li {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom:30px;
}
.case-item ul li a{
    display:block;
}
    .case-item ul li a h3 {
        font-size: 18px;
        color: #202020;
        text-align:center;
    }
    .case-item ul li a .text{
        margin-top:20px;
    }
    .case-item ul li .img {
        border: 1px solid #DFDFDF;
        height:0;
        padding-bottom:78%;
        overflow:hidden;
        position:relative;
    }
    .case-item ul li .img img{
        max-width:100%;
        max-height:100%;
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }

.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}
.nei-nav {
    border: 1px solid #DFDFDF;
}

.nei-nav-list>a {
    background-color: #F8FBFF;
    font-size: 16px;
    color: #000000;
    padding:20px 30px;
    display:block;
    position:relative;
    padding-right:50px;
}
    .nei-nav-list > a span {
        position: absolute;
        right: 10px;
        top: 18px;
        right:30px;
        color: #000000;
        font-size:20px;
    }
.Solution-item ul li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.Solution-item ul li{
    margin-bottom:40px;
}
.Solution-item ul li a .img {
    width: 400px;
    height:250px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
}
    .Solution-item ul li a .img  img{
        width:100%;
    }
    .Solution-item ul li a .text {
        width: calc(100% - 430px);
        padding-left: 30px;
    }

        .Solution-item ul li a .text h3 {
            font-size: 18px;
            color: #000000;
        }
        .Solution-item ul li a .text p {
            font-size: 16px;
            color: #616263;
            margin-top:20px;
        }
        .Solution-item ul li a .text .bottom {
            margin-top: 30px;
            border-top: 1px solid #F0F0F0;
        }
        .Solution-item ul li a .text .bottom {
            font-size: 16px;
            color: #007EDB;
            padding-top:10px;
        }
.pro-item ul li a .img {
    padding-bottom: 100%;
    background-color: #F2F6FB;
    border-color: #F2F6FB;
}

.productsDetail-text {
    font-size: 16px;
    color: #707070;
}
.productsDetail-one-box ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
   
}
    .productsDetail-one-box ul li {
        width: calc(50% - 10px);
        background-color: #F8FBFF;
        padding:30px;
        margin-top:20px;
    }
        .productsDetail-one-box ul li .icons {
            height: 40px;
            margin-bottom: 20px;
        }
        .productsDetail-one-box ul li .icons img{
            height:100%;
          
        }
        .productsDetail-one-box ul li .text h3 {
            font-size: 18px;
            color: #000000;
        }
        .productsDetail-one-box ul li .text p {
            font-size: 16px;
            color: #8E8E8E;
            margin-top:15px;
        }
.productsDetail-two-box ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}
.productsDetail-two-box ul li {
    width: 33.33%;
    padding: 0 10px;
    margin-top: 20px;
}
    .productsDetail-two-box ul li .icons {
        width: 100%;
        height: 0px;
        overflow: hidden;
        padding-bottom: 80%;
        position: relative;
    }
        .productsDetail-two-box ul li .icons img {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            object-fit: cover;
        }
        .productsDetail-two-box ul li .text {
            text-align: center;
            margin-top: 20px;
        }
        .productsDetail-two-box ul li .text h3 {
            font-size: 18px;
            color: #000000;
        }

        .productsDetail-two-box ul li .text p {
            font-size: 16px;
            color: #8E8E8E;
            margin-top:10px;
        }
.productsDetail-three-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .productsDetail-three-box ul li {
        width: calc(50% - 10px);
        background-color: #F8FBFF;
        padding: 30px;
        margin-top: 20px;
    }
        .productsDetail-three-box ul li .text h3 {
            font-size: 18px;
            color: #000000;
        }

        .productsDetail-three-box ul li .text p {
            font-size: 16px;
            color: #8E8E8E;
            margin-top: 15px;
        }
        .productsDetail-three-box ul li .but {
            width: 150px;
            height: 40px;
            line-height: 40px;
            background-color: #fff;
            border: 1px solid #EE6B00;
            border-radius: 40px;
            text-align: center;
            font-size: 16px;
            color: #EE6B00;
            cursor:pointer;
            margin-top:15px;
            transition:all 0.5s;
        }
        .productsDetail-three-box ul li .but:hover{
            background-color:#EE6B00;
            color:#fff;
        }
.proDetail-box-two .text{
    margin-top:20px;
    font-size:16px;
}

.proDetail-box-one {
    display: flex;
}

    .proDetail-box-one .proDetail-box-one-right {
        width: calc(100% - 500px);
        padding-left: 40px;
    }

        .proDetail-box-one .proDetail-box-one-right h3 {
            font-size: 26px;
            color: #000000;
            font-weight: bold;
        }

        .proDetail-box-one .proDetail-box-one-right p {
            font-size: 18px;
            color: #666666;
            margin-top: 20px;
        }

        .proDetail-box-one .proDetail-box-one-right .proDetail-box-one-table {
            margin-top: 20px;
        }

            .proDetail-box-one .proDetail-box-one-right .proDetail-box-one-table table {
                width: 100%;
            }

                .proDetail-box-one .proDetail-box-one-right .proDetail-box-one-table table tr td {
                    font-size: 16px;
                    color: #666666;
                    padding: 12px 10px;
                }

                    .proDetail-box-one .proDetail-box-one-right .proDetail-box-one-table table tr td:nth-child(1) {
                        font-size: 16px;
                        color: #000000;
                        width: 35%
                    }
.proDetail-dow ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
}
.proDetail-dow ul li{
    width:33.33%;
    padding:0 15px;
    margin-top:20px;
}
    .proDetail-dow ul li a{
        display:block;
        box-shadow:0 0 30px rgba(241,241,241,1);
        padding:25px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        height:100%;
    }
    .proDetail-dow ul li a .icons{
        width:40px;
    }
        .proDetail-dow ul li a .text{
            width:calc(100% - 40px);
            padding-left:15px;
            margin-top:0;
            color:#333;
        }
            .proDetail-dow ul li a .text p {
                margin-top: 10px;
                color: #AEAEAE;
            }
.about-one{
    padding:80px 0;
}




.bx-siteMAbout003-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top:70px;
}

    .bx-siteMAbout003-item .text {
        width: 50%;
        padding-right: 80px;
    }

        .bx-siteMAbout003-item .text h3 {
            font-size: 32px;
            color: #333;
            padding-bottom: 30px;
            border-bottom: 1px solid #E5E5E5;
            position:relative;
        }
            .bx-siteMAbout003-item .text h3::before {
                content: "";
                display: block;
                width: 70px;
                height: 3px;
                position:absolute;
                left: 0;
                bottom: 0;
                background-color: #007EDB;
            }

            .bx-siteMAbout003-item .text p {
                font-size: 18px;
                color: #707070;
                margin-top: 30px;
            }
        .bx-siteMAbout003-item .text .but {
            display:block;
            width: 180px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            background-color: #EE6B00;
            color:#fff;
            border-radius:50px;
            font-size:16px;
            margin-top:30px;
            transition:all 0.5s;
        }
            .bx-siteMAbout003-item .text .but:hover{
                opacity:0.8;
            }

            .bx-siteMAbout003-item .img {
                width: 50%;
                overflow: hidden;
                transition: all 0.5s;
            }

        .bx-siteMAbout003-item .img img {
            width: 100%;
            transition:all 0.5s;
        }
.about-one-nav ul{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top:40px;
}
    .about-one-nav ul li{
        max-width:19%;
    }
    .about-one-nav ul li .lists {
        display: flex;
    }
        .about-one-nav ul li .lists .icons {
            width: 24px;
            padding-top: 6px;
        }
            .about-one-nav ul li .lists .text{
                width:calc(100% - 24px);
                padding-left:20px;
            }
                .about-one-nav ul li .lists .text p {
                    font-size: 36px;
                    color: #000000;
                    line-height:1;
                }
                .about-one-nav ul li .lists .text span {
                    font-size: 16px;
                    color: #000000;
                    display:inline-block;
                    margin-top:5px;
                }

   @media screen and (max-width: 1500px) {
    .bx-siteMAbout003-item{
        margin-top:50px;
    }
    .bx-siteMAbout003-item .text h3 {
        font-size: 24px;
        padding-bottom:20px;margin-bottom:20px;
    }

    .bx-siteMAbout003-item .text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .bx-siteMAbout003-item .text h3 {
        font-size: 23px;
    }

    .bx-siteMAbout003-item .text p {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteMAbout003-item {
        flex-direction: column;
    }

        .bx-siteMAbout003-item .text, .bx-siteMAbout003-item .img {
            width: 100%;
        }

        .bx-siteMAbout003-item .text {
            padding-right: 0;
        }

            .bx-siteMAbout003-item .text h3 {
                font-size: 20px;
            }

            .bx-siteMAbout003-item .text p {
                margin-top: 20px;
                font-size:14px;
            }

        .bx-siteMAbout003-item .img {
            margin-top: 20px;
        }
}


.about-two {
    padding: 60px 0;
    background-color: #F2F6FB;
}
.about-two-item .about-two-img{
    text-align:center;
    margin-top:30px;
}
.about-three{
    margin-top:60px;
}
.about-three-img {
    margin-top: 40px;
    font-size: 18px;
    color: #707070;
}
.tj-case{
    padding:80px 0;
}
.tj-case-list {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    background-color: #F2F6FB !important;
}
.tj-case-list .img{
    width:50%;
    height:0;
    padding-bottom:41%;
    position:relative;
    overflow:hidden;
}
    .tj-case-list .img img{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .tj-case-list .text {
        width: 50%;
        display: flex;
        align-items: center;
        padding: 6%;
    }
        .tj-case-list .text h3 {
            font-size: 28px;
            color: #000000;
        }
        .tj-case-list .text p {
            font-size: 18px;
            color: #707070;
            margin-top:30px;
        }
        .tj-case-list .text span {
            font-size: 18px;
            color: #007EDB;
            margin-top:50px;
            display:block
        }
            .tj-case .swiper-slide {
                width: 1200px;
                transform: scale(0.8);
                transition: all 0.5s;
            }
.tj-case .swiper-slide-duplicate-active, .tj-case .swiper-slide-active {
    transform: scale(1);
}
.tj-case-swiper{
    margin-top:40px;
}
    .tj-case-swiper .swiper-but{
        text-align:center;
        margin-top:30px;
    }
    .tj-case-swiper .swiper-button-next{
        padding-right:5px;
    }
        .tj-case-swiper .swiper-button-prev{
            padding-left:5px;
        }
        .tj-case-swiper .swiper-button-next, .tj-case-swiper .swiper-button-prev {
            position: relative;
            left: 0;
            top: 0;
            display: inline-block;
            width: 44px;
            height: 44px;
            border: 1px solid #EE6B00;
            border-radius: 50%;
            margin-top: 0;
            margin: 0 10px;
            background-image: none;
            color: #EE6B00;
            text-align: center;
            line-height: 45px;
            overflow: hidden;
        }
        .tj-case-swiper .swiper-button-next:hover, .tj-case-swiper .swiper-button-prev:hover {
            background-color: #EE6B00;
            color:#fff;
        }
.banner{
    position:relative;
}
.banner-news{
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    background-color:rgba(0,0,0,.7);
    z-index:2;
    padding:10px 0;
    
}

.banner-news-item ul li {
    display: inline-block;
    border-right: 1px solid #EBEBEB;
    margin-right:30px;
    padding-right:30px;
}
.banner-news-item ul li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
   
}
    .banner-news-item ul li a h3 {
        font-size: 14px;
        color: #FFFFFF;
        width:400px;
        margin-right:20px;
    }
    .banner-news-item ul li a  span{
        font-size:12px;
        color:#fff;
    }
.banner-news .title {
    font-size: 16px;
    color: #FFFFFF;
    width:90px;
}
.banner-news-box{
    display:flex;
    align-items:center;
}
.banner-news-item{
    flex:1;
}
.index-one {
    padding: 50px 0;
    background-color: #F2F6FB;
}
.index-one-box{
    margin-top:30px;
}
.index-one-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.index-one-box ul li{
    width:25%;
    padding:0 5px;
    margin-top:10px;
}
    .index-one-box ul li .index-one-list {
        background-color:#fff;
        display:block;
        position:relative;
        overflow:hidden;
    }
    .index-one-box ul li .index-one-list .img{
        height:0;
        overflow:hidden;
        padding-bottom:100%;
        position:relative;
    }
        .index-one-box ul li .index-one-list .img img{
            position:absolute;
            left:50%;
            top:50%;
            transform:translate(-50%,-50%);
            max-width:100%;
            max-height:100%;
        }
        .index-one-box ul li .index-one-list .text {
            position: absolute;
            left: 0;
            bottom: -100%;
            width: 100%;
            height: 100%;
            background-color: rgba(238,107,0,.9);
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            color: #FFFFFF;
            padding:10px;
            transition:all 0.5s;
        }
        .index-one-box ul li .index-one-list .text h3{
            position:relative;
            padding-bottom:15px;
        }
            .index-one-box ul li .index-one-list .text h3::before{
                content:"";
                display:block;
                width:50px;
                height:2px;
                position:absolute;
                bottom:0;
                left:50%;
                background-color:#fff;
                transform:translate(-50%,0);
            }
            .index-one-box ul li .index-one-list  .h3{
                text-align:center;
                font-size:18px;
                padding-bottom:20px
            }
            .index-one-box ul li .index-one-list:hover .text {
                bottom: 0;
            }

.index-two-box ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
    margin-top:10px;
}
.index-two-box ul li{
    width:33.33%;
    padding:0 15px;
    margin-top:30px;
}
    .index-two-box ul li .index-two-list{
        padding:60px 5%;
        box-shadow:0 0 30px #f1f1f1;
        height:100%;
        transition:all 0.5s;
    }
        .index-two-box ul li .index-two-list .icons {
            width: 110px;
            height: 110px;
            margin: 0 auto;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(0,126,219,.1);
            transition: all 0.5s;
        }
        .index-two-box ul li .index-two-list .icons img{
            height:48px;
        }
            .index-two-box ul li .index-two-list .icons img:nth-last-child(1){
                display:none;
            }
    .index-two-box ul li .index-two-list .text{
        text-align:center;
        margin-top:40px;
    }
        .index-two-box ul li .index-two-list .text h3 {
            font-size: 28px;
            color: #000000;
            transition: all 0.5s;
        }
        .index-two-box ul li .index-two-list .text p {
            font-size: 16px;
            color: #626262;
            margin-top: 25px;
            white-space: pre-line;
            transition: all 0.5s;
        }
    .index-two-box ul li .index-two-list:hover{
        background-color:#EE6B00;
    }

        .index-two-box ul li .index-two-list:hover .text h3, .index-two-box ul li .index-two-list:hover .text p{
            color:#fff;
        }
        .index-two-box ul li .index-two-list:hover .icons{
            background-color:#fff;
        }
            .index-two-box ul li .index-two-list:hover .icons img:nth-child(1){
                display:none;
            }
            .index-two-box ul li .index-two-list:hover .icons img:nth-child(2) {
                display: inline-block;
            }
.index-three{
    margin-top:80px;
}

.index-three-box ul{
    overflow:hidden;
}
    .index-three-box ul li:nth-child(1) .img {
        padding-bottom: 75.7% !important;
    }
    .index-three-box ul li:nth-child(1) {
        width: 50%;
        margin-left: 0;
    }
    .index-three-box ul li {
        width: calc(25% - 4px);
        float: left;
        margin-left:4px;
        margin-bottom:4px;
    }


        .index-three-box ul li .index-three-list{
            display:block;
            position:relative;
            overflow:hidden;
            transition:all 0.5s;
        }
        .index-three-box ul li .index-three-list .img{
            width:100%;
            height:0;
            padding-bottom:76%;
            position:relative;
            overflow:hidden;
        }
            .index-three-box ul li .index-three-list .img img{
                position:absolute;
                left:50%;
                top:50%;
                transform:translate(-50%,-50%);
                max-width:100%;
            }
            .index-three-box ul li .index-three-list .img h3{
                font-size:18px;
                color:#fff;
                background-color:rgba(0,0,0,.5);
                position:absolute;
                bottom:0;
                left:0;
                width:100%;
                text-align:center;
                line-height:40px;
                padding:0 10px;
            }

        .index-three-box ul li .index-three-list .text{
            position:absolute;
            left:0;
            bottom:-100%;
            width:100%;
            height:100%;
            background-color:#EE6B00;
            display:flex;
            flex-direction:column;
            justify-content:center;
            align-items:center;
            padding:30px;
            transition:all 0.5s;
        }

            .index-three-box ul li .index-three-list .text h3 {
                font-size: 18px;
                color: #FFFFFF;
                width:100%;
            }
            .index-three-box ul li .index-three-list .text p {
                font-size: 16px;
                color: #FFFFFF;
                margin-top:20px;
                width:100%;
            }
            .index-three-box ul li .index-three-list .text > div {
                width: 100%;
                font-size: 16px;
                color: #FFFFFF;
                border-top: 1px solid #FFFFFF;
                margin-top:20px;
                padding-top:10px;
            }
        .index-three-box ul li .index-three-list:hover .text{
            bottom:0;
        }
.index-three-box{
    margin-top:40px;
}
.index-four {
    padding: 60px 0;
    background-color: #F2F6FB;
}

.index-four-box{
    display:flex;
    justify-content:space-between;
    margin-top:40px;
}
.index-four-box .left{
    width:45%;
    background-color:#fff;
    padding:30px 40px;
}

    .index-four-box .left h3 {
        font-size: 20px;
        color: #000000;
    }
    .index-four-box .left p {
        font-size: 16px;
        color: #EE6B00;
        margin-top:13px;
    }
    .index-four-box .left .img{
        margin-top:20px;
    }
    .index-four-box .left .img img {
        width: 100%;
    }
    .index-four-box .left .but {
        display: block;
        width: 180px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        background-color: #EE6B00;
        color: #fff;
        border-radius: 50px;
        font-size: 16px;
        margin-top: 30px;
        transition: all 0.5s;
    }
.index-four-box .right{
    width:55%;
    padding-left:60px;
}
    .index-four-box .right ul li {
        border-bottom: 1px solid #E5E5E5;
    }
    .index-four-box .right .idnex-news-list {
        display: block;
        padding: 40px 0;
    }
        .index-four-box .right .idnex-news-list .t, .index-four-box .right .idnex-news-list .b {
            display: flex;
            justify-content: space-between;
        }

        .index-four-box .right .idnex-news-list .t h3 {
            font-size: 18px;
            color: #000000;
            width:75%;
        }
            .index-four-box .right .idnex-news-list .t p {
                font-size: 16px;
                color: #B2B2B2;
            }
        .index-four-box .right .idnex-news-list .b p {
            font-size: 16px;
            color: #707070;
            width:75%;
        }
        .index-four-box .right .idnex-news-list .b {
            margin-top: 15px;
            align-items: self-end;
        }
    .index-four-box .right .idnex-news-list:hover h3{
        color:#EE6B00;
    }

.box-message{
    position:fixed;
    left:0;
    top:0;
    background-color:rgba(0,0,0,.6);
    width:100vw;
    height:100vh;
    z-index:999;
    display:none;
}
    .box-message .box-message-item{
        width:490px;
        padding:40px 40px;
        background-color:#fff;
        position:relative;
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }

.box-message-item .title {
    font-size: 28px;
    color: #202020;
    text-align:center;
}

.box-message-input {
    margin-top: 10px;
    padding-left: 46px;
    position: relative;
    background-color: #fff;
    border: 1px solid #E9E9E9;
}
    .box-message-input img {
        position: absolute;
        left: 10px;
        top: 10px;
    }
.box-message-input input {
    width: 100%;
    background-color: transparent;
    font-size: 15px;
    border: none;
    height: 45px;
}
.box-message-textarea{
    margin-top:10px;
}
    .box-message-textarea textarea {
        width: 100%;
        background-color: #fff;
        border: 1px solid #E9E9E9;
        font-size: 15px;
        height:120px;
        padding:5px 10px;
    }
.box-message-from .but {
    margin-top: 30px;
    width: 100%;
    line-height: 46px;
    background-color: #EE6B00;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}
.box-message-from .but:hover{
    opacity:0.8;
}
.box-message-item .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
}

@media (max-width: 1600px) {
    .index-one-box{
        margin-top:20px;
    }
        .index-one-box ul li .index-one-list .text{
            font-size:18px;
        }
    .about-one-nav ul li .lists .text p{
        font-size:34px;
    }
    .about-one-nav ul li .lists .text span{
        font-size:14px;
    }
    .index-two-box ul li .index-two-list .text h3{
        font-size:24px;
    }
    .index-three-box ul li .index-three-list .img h3{
        font-size:14px;
    }
    .index-three-box ul li .index-three-list .text{
        padding:20px;
    }
        .index-three-box ul li .index-three-list .text p {
            font-size: 14px;
            color: #FFFFFF;
            margin-top: 10px;
            line-height:21px;
            height:84px;
        }
        .index-three-box ul li .index-three-list .text > div{
            margin-top:10px;
        }
    .tj-case .swiper-slide{
        width:900px;
    }
    .tj-case-list .text{
        padding:4%;
    }
    .tj-case-list .text h3{
        font-size:22px;
    }
        .tj-case-list .text p{
            font-size:16px;
        }
    .index-four-box .right .idnex-news-list{
        padding:30px 0;
    }
    .index-four-box .left {
        padding: 25px 37px;
    }
    .banner .swiper-slide a, .nei-banner .img {
        height: 320px;
    }
    .nei-item-left{
        width:280px;
    }
    .nei-item-right{
        width:calc(100% - 300px)
    }
    .case-item ul{
        margin:0 -10px
    }
    .case-item ul li {
        padding: 0 10px;
    }
        .case-item ul li a .text{
            margin-top:10px;
        }
        .case-item ul li{
            margin-bottom:20px;
        }
    #exzoom{
        width:400px !important;
    }
    .proDetail-box-one .proDetail-box-one-right{
        width:calc(100% - 400px)
    }
    .Download-item-list {
        padding: 25px 44px;
    }
    .News-item ul{
        margin:0 -10px;
        margin-top:30px;
    }
    .News-item ul li {
        padding: 0 10px;
    }
    .footer{
        margin-bottom:42px;
    }
    .footer-item {
        padding: 0 50px;
    }
    .box-message-item .title{
        font-size:23px;
    }
    .box-message-input input{
        height:40px;
    }
    .box-message-textarea textarea{
        height:110px;
    }

}

@media (max-width: 1200px) {
    .container{
        min-width:1200px;
    }
}

@media (max-width: 1000px) {
    .container {
        min-width: 100%;
        width:100%;
    }
    .bx-sideBar{
        display:none;
    }
    .bx-search{
        display:none;
    }
    .banner .swiper-slide a, .nei-banner .img{
        height:150px;
    }
    .banner-news{
        position:relative;
        top:0;
        bottom:auto;
        padding:5px 0;
    }
    .index-one{
        padding:15px 0;
    }
    .nei-title{
        font-size:20px;
        font-weight:bold;
    }
    .index-one-box ul li{
        width:50%;
    }
    .about-one{
        padding:20px 0;
    }
    .about-one-nav ul li{
        width:50%;
        max-width:50%;
        margin:10px 0;
    }
    .about-one-nav ul{
        margin-top:20px;
    }
        .about-one-nav ul li .lists .text p{
            font-size:18px;
        }
    .bx-siteMAbout003-item{
        margin-top:20px;
    }
        .bx-siteMAbout003-item .text .but{
            margin:0 auto;
            width:130px;
            height:40px;
            line-height:40px;
            margin-top:10px;
            font-size:14px;
        }
    .index-two-box ul li{
        width:100%;
        margin-top:15px;
    }
        .index-two-box ul li .index-two-list{
            padding:20px;
        }
            .index-two-box ul li .index-two-list .icons{
                width:80px;
                height:80px;
            }
            .index-two-box ul li .index-two-list .text{
                margin-top:20px;
            }
                .index-two-box ul li .index-two-list .text h3{
                    font-size:20px;
                }
                .index-two-box ul li .index-two-list .text p{
                    margin-top:15px;
                }
    .index-three{
        margin-top:30px;
    }
    .index-three-box ul li{
        width:100% !important;
        float:none;
    }
    .tj-case{
        padding:30px 0;
    }
        .tj-case .swiper-slide{
            width:375px;
        }
    .tj-case-list{
        flex-direction:column;
    }
        .tj-case-list .img, .tj-case-list .text{
            width:100%;
        }
            .tj-case-list .text h3{
                font-size:16px;
            }
            .tj-case-list .text p{
                margin-top:15px;
                font-size:14px;
            }
            .tj-case-list .text span{
                margin-top:15px;
                font-size:14px;
            }
        .tj-case-list .img{
            padding-bottom:80%;
        }
    .tj-case-swiper{
        margin-top:20px;
    }
        .tj-case-swiper .swiper-but{
            margin-top:15px;
        }
    .index-four{
        padding:30px 0;
    }
    .index-four-box{
        flex-direction:column;
        margin-top:10px;
    }
        .index-four-box .left, .index-four-box .right{
            width:100%;
        }
        .index-four-box .left{
            padding:20px;
        }
            .index-four-box .left .but{
                width:160px;
                height:45px;
                line-height:45px;
                display:none;
            }
        .index-four-box .right{
            padding-left:0;
        }
            .index-four-box .right .idnex-news-list{
                padding:15px 0;
            }
                .index-four-box .right .idnex-news-list .t h3, .index-four-box .right .idnex-news-list .b p{
                    width:70%;
                }
    .footer-item{
        flex-direction:column;
        padding:0;
    }
    .footer-center{
        width:100%;
    }
        .footer-center ul li{
            width:50%;
            margin-left:0
        }
        .footer-center ul li:nth-last-child(1) {
            width: 100%;
            margin-top:15px;
        }
        .footer-center ul{
            flex-flow:wrap;
        }
    .footer-item-top{
        padding:20px 0;
    }
    .footer-right{
        margin:0 auto;
        margin-top:20px;
    }
    .nei{
        margin:30px 0;
    }
    .nei-case1{
        display:none;
    }
    .nei-item{
        display:block;
    }
    .nei-item-left{
        width:100%;
    }
    .nei-case .top{
        display:none;
    }
    .nei-nav-list > a{
        padding:15px;
    }
    .nei-nav-list ul{
        width:100%;
        overflow-x:auto;
    }
    .nei-nav-list ul li{
        display:inline-block;
    }
    .nei-item-right{
        width:100%;
    }
    .case-item ul{
        margin:0 -5px;
    }
    .case-item ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom:10px;
    }
    .productsDetail-one-box ul li{
        width:100%;
        padding:20px;
    }
    .productsDetail-two-box ul li{
        width:100%;
    }
    .productsDetail-three-box ul li{
        width:100%;
        padding:20px;
    }
    #exzoom{
        width:100% !important;
        max-width:375px;
    }
    .proDetail-box-one{
        display:block;
    }
        .proDetail-box-one .proDetail-box-one-right{
            width:100%;
            padding-left:0;
            margin-top:15px;
        }
            .proDetail-box-one .proDetail-box-one-right h3{
                font-size:20px;
            }
            .proDetail-box-one .proDetail-box-one-right p{
                font-size:16px;
            }
    .index-one-box ul li .index-one-list .text{
        font-size:16px;
    }
    .proDetail-dow ul li {
        width: 100%;
    }
    .nei-nav-list > a span{
        top:10px;
    }
    .Solution-item ul li a{
        display:block;
    }
        .Solution-item ul li a .img{
            width:100%;
            height:auto;
        }
        .Solution-item ul li a .text{
            width:100%;
            padding-left:0;
            margin-top:15px;
        }
    .Download-item{
        margin:30px 0;
    }
    .Download-item-list{
        padding:15px;
        display:block;
    }
        .Download-item-list .left{
            width:100%;
        }
        .Download-item-list .right{
            display:flex;
            justify-content:space-between;
            margin-top:10px;
        }
    .about-two{
        padding:30px 0;
    }
    .about-three{
        margin-top:30px;
    }
    .about-three-img{
        margin-top:20px;
        font-size:14px;
    }
    .nav-hide{
        display:block

    }
    .News-item{
        margin:30px 0;
    }
        .News-item ul{
            margin:0 -5px;
            margin-top:20px;
        }
        .News-item ul li {
            width: 100%;
            padding: 0 5px;
            margin-bottom:0;
        }
    .News-list .text h3{
        font-size:16px;
    }
    .new-detail-right{
        display:none;
    }
    .new-detail-item{
        display:block;
    }
    .new-detail-item .new-detail-left {
        width: 100%;
    }
    .new-detail{
        margin:30px 0;
    }
    .bx-siteMAbout006{
        margin:30px 0;
    }
    .bx-sideBar2{
        display:block;
        transform:scale(0.7);
        transform-origin:0 0;
    }
    .bx-sideBar ul li{
        width:70px;
        height:70px;
    }
        .bx-sideBar ul li a img{
            height:20px;
        }
        .bx-sideBar2.bx-sideBar ul li a p {
            font-size: 14px;
        }
    .box-message .box-message-item{
        width:100%;
        max-width:370px;
    }
    .box-message .box-message-item{
        padding:30px;
    }
    .banner .swiper-pagination{
        bottom:15px;
    }
    .index-three-box{
        margin-top:20px;
    }
    .index-one-box{
        margin-top:0;
    }
    .index-nav {
        background-color: #007EDB;
        display:block;
    }
    .index-nav ul{
        display:flex;
    }
        .index-nav ul li{
            flex:1;
            text-align:center;
            border-right:1px solid rgba(255,255,255,.5);
        }
            .index-nav ul li a {
                height: 35px;
                width: 77px;
                margin-right: 0px;
                line-height: 35px;
                font-size: 14px;
                color:#fff;
            }
    .index-search {
        background-color: #02679d;
        padding:8px;
        display:flex;
        justify-content:space-between;
        align-items:center;
    }

        .index-search input {
            width:calc(100% - 70px);
            height: 30px;
            line-height: 100%;
            color: #9f9f9f;
            padding-left: 9px;
            font-size: 12px;
            background: #fff;
            border: 0px;
            outline: none;
            border-radius:3px;
            overflow:hidden;
            color:#333;
        }
        .index-search span {
            width: 60px;
            display: inline-block;
            height: 100%;
            line-height: 30px;
            text-align: center;
            background-color: #EE6B00;
            color: #fff;
            font-size: 14px;
            border-radius: 3px;
            overflow: hidden;
        }
    .bx-Search-list ul li{
        width:100%;
    }
    .bx-Search-title{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    .foot_menu {
        display: block;
        width: 100%;
        background-image: url('../images/foot.jpg');
        background-size: 100% 100%;
        position: fixed;
        overflow: hidden;
        bottom: 0px;
        left: 0px;
        z-index: 9999;
    }

        .foot_menu ul {
            width: 100%;
            height: 100%;
        }

            .foot_menu ul li {
                width: 25%;
                height: 100%;
                float: left;
                overflow: hidden;
            }

        .foot_menu li a, .foot_menu li a:hover {
            width: 100%;
            height: 100%;
            display: block;
        }
    .container{
        overflow:hidden;
    }
    .header .container {
        overflow: inherit;
    }
    .footer-item-bottom{
        font-size:14px;
    }
    .index-four-box .left h3{
        font-size:16px;
    }
    .index-four-box .left p{
        margin-top:5px;
    }
    .index-four-box .right .idnex-news-list .t h3{
        font-size:16px;
    }
    .webdiyerCss{
        padding-top:0;
    }
    .case-item ul li a h3{
        font-size:16px;
    }
    .index-four-box .right .idnex-news-list .b p{
        font-size:14px;
    }
    .Download-item-list .left h3{
        font-size:16px;
    }
    .Download-item ul li{
        margin-block:10px;
    }
    .Download-item ul{
        margin-top:15px;
    }
    .footer-center ul li p, .footer-center ul li a{
        font-size:14px;
    }
    .footer-center ul li h3, .footer-right h3{
        font-size:16px;
        margin-bottom:10px;
    }
    .footer-right p{
        font-size:14px;
    }
    .index-one-nav{
        display:flex;
    }
    
}

@media (max-width: 375px) {
    .index-nav ul li a {
        font-size: 12px;
    }

    .banner-news .title {
        font-size: 14px;
    }

    .bx-sideBar2.bx-sideBar ul li.active a p {
        font-size: 12px;
    }
}


.bx-siteList004-item ul{
    margin: 0 -20px;
    overflow: hidden;
}
.bx-siteList004-item ul li{
    padding: 0 20px;
    float: left;
    width: 33.3%;
}
.bx-siteList004-list{
    display: block;
    margin: 20px 0;
    transition: all 0.5s;
    position: relative;
    padding-top:20px
}
.bx-siteList004-list .img{
    text-align: center;
}
.bx-siteList004-list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.bx-siteList004-list .text{
    background-color: #fff;
    padding: 20px 0px;
    text-align:center;
}
.bx-siteList004-list .text h3{
    font-size: 20px;
    color: #333;
    font-weight: 400;
}
.bx-siteList004-list .text p{
    margin-top: 15px;
    font-size: 16px;
    color: #666;
}
.bx-siteList004-list .text span{
    width: 95px;
    display: block;
    margin: 0 auto;
    line-height: 30px;
    border: 1px solid #ADADAD;
    font-size: 14px;
    color: #999999;
    transition: all 0.5s;
    text-align: center;
    margin-top: 30px;
}
.bx-siteList004-list:hover{
    transform: translateY(-8px);
    box-shadow: 0px 3px 12px rgba(0,0,0,.1);
}
.bx-siteList004-list:hover .text span{
    background-color: #008dce;
    border-color: #008dce;
    color: #fff;
}

@media screen and (max-width: 1500px) {
    .bx-siteList004-item ul{
        margin: 0 -10px;
    }
    .bx-siteList004-item ul li{
        padding: 0 10px;
    }
    .bx-siteList004-list{
        margin: 10px 0;
    }
    .bx-siteList004-list .text{
        padding: 20px 15px;
    }
    .bx-siteList004-list .text h3{
        font-size: 16px;
    }
    .bx-siteList004-list .text p{
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .bx-siteList004-list .text span{
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteList004-item ul{
        margin: 0 -3px;

    }
    .bx-siteList004-item ul li{
        width: 50%;
        padding: 0 3px;
    }

    .bx-siteList004-list{
        margin:  3px 0;
    }
    .bx-siteList004-list .text{
        padding: 15px 10px;
    }
    .bx-siteList004-list .text h3{
        font-size: 14px;
    }
    .bx-siteList004-list .text p{
        line-height: 20px;
        height: 40px;
        font-size: 14px;
    }
}
                        